ComponentOne ASP.NET MVC Controls
ItemTemplateContent Method (ListBoxBuilder<T>)

C1.Web.Mvc.Fluent Namespace > ListBoxBuilder<T> Class : ItemTemplateContent Method
The value.
Configurates C1.Web.Mvc.ListBox<T>.ItemTemplateContent. Sets the id of the template used to generate each list item.
Syntax
'Declaration
 
Public Function ItemTemplateContent( _
   ByVal value As String _
) As ListBoxBuilder(Of T)
public ListBoxBuilder<T> ItemTemplateContent( 
   string value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

ListBoxBuilder<T> Class
ListBoxBuilder<T> Members